Code Monkey home page Code Monkey logo

Comments (5)

uwej711 avatar uwej711 commented on July 28, 2024

You need to define your own mixins to make that work.

from media-bundle.

dbu avatar dbu commented on July 28, 2024

yep, we need mixins if we really need something. however first we should check if anything additional really needs to be stored. filesize for example should be gotten as

$this->content->getProperty('jcr:data')->getLength();

and do we really need to store the extension separately? do we not use the nodename for that? or the mimeType that we can have on the nt:resource?

from media-bundle.

sjopet avatar sjopet commented on July 28, 2024

We don't really need it now but not being able to add extra properties is not very flexible and not what we want imo.

from media-bundle.

dbu avatar dbu commented on July 28, 2024

defining a mixin type is not too hard, then we can have the initializer register it and declare it on the File class or whichever has the additional properties, so no worries for the future.

from media-bundle.

sjopet avatar sjopet commented on July 28, 2024

Closing this: we don't need to have the extra properties for the File class to function and there's a ticket for the file:mixin already.

from media-bundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.