Filestack\Mixins\TransformationMixin
Mixin for common transformation functionalities
Synopsis
- // methods
- public Transformation getTransformStr()
- protected Transformation insertTransformStr()
- public json sendDebug()
- public Filelink sendTransform()
- public string sendVideoConvert()
- public json getConvertTaskInfo()
- protected string createTransformStr()
- protected string createTransformUrl()
Hierarchy
Coverage
Methods | 0% | 0 / 8 |
Lines | 0% | / |
Methods
protected
- createTransformStr() — Create the transform parts of the transformation url
- createTransformUrl() — Create the transform parts of the transformation url
- insertTransformStr() — Insert a transformation task into existing url
public
- getConvertTaskInfo() — Get the info of a conversion task given the conversion url
- getTransformStr() — Return the URL portion of a transformation task
- sendDebug() — Send debug call
- sendTransform() — Applied array of transformation tasks to handle or external url
- sendVideoConvert() — Send video_convert request to API
History
-
2019-06-07T17:01:05+00:00 (commit #ba60795)
Author: Colin Sheaff (colin-sheaff@northwestern.edu) / Commiter: Colin Sheaff (colin-sheaff@northwestern.edu)
Improved custom CNAME implementation and coverage.
-
2017-08-16T17:41:07+00:00 (commit #4e28363)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
added phpdox for documentation generation generated docs using phpdox
-
2017-08-16T16:39:59+00:00 (commit #674be05)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
added phpdox for documentation generation
-
2017-05-26T15:52:48+00:00 (commit #1273bba)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
added getConvertTaskInfo function to client and filelink objects
-
2017-05-25T21:37:44+00:00 (commit #9b61464)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
consolidated sendRequest functions, send X-Filestack-Source header
-
2017-05-22T22:55:04+00:00 (commit #915421e)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
implemented multiparts upload
-
2017-05-19T15:53:18+00:00 (commit #103e1b6)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
updated codeclimate, added phpmd rulesets
-
2017-05-18T21:54:39+00:00 (commit #74f4ec3)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
switched to use phpmd for codeclimate
-
2017-05-18T21:25:18+00:00 (commit #39bb65b)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
setup codeclimate
-
2017-05-17T15:24:20+00:00 (commit #191070e)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
updated README
-
2017-05-15T21:12:54+00:00 (commit #2fea6a0)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
added convertAudio() and convertVideo() to client and filelink objects
-
2017-05-12T00:42:34+00:00 (commit #373ee05)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
added debug() call for transformations
-
2017-05-11T21:27:19+00:00 (commit #ca5159d)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
added collage() function to client and filelink. Modified transform calls to return filelink object instead of content. changed store() to save() on filelink calls.
-
2017-05-10T20:24:40+00:00 (commit #5c8f779)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
added zip and compress functionalities
-
2017-05-10T18:52:15+00:00 (commit #367f859)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
added tests for transformation functions
-
2017-05-09T23:11:20+00:00 (commit #73a63c6)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
separated out transformation tasks into individual functions instead of catchall
-
2017-05-08T22:30:51+00:00 (commit #a96f32d)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
added Transformations chaining and catchal to Filelink obj added transform func to client for external urls
-
2017-05-05T17:39:21+00:00 (commit #942180a)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
moved security to constructor and removed as parameters for client and filelink
-
2017-05-05T14:08:10+00:00 (commit #4b837ac)
Author: Huey Ly (huey@webmail.us) / Commiter: Huey Ly (huey@webmail.us)
preliminary design of mixin